Skip to main content

Session init

POST 

/v4/session/init

warning

The response body of this endpoint (the session_id field), must be treated as a sensitive information.

Initialize a verification session. Once initialized, the session can be shared with the end-user to complete the verification process.

An initialized session is not invoiced; only individual steps within the session are billed.

After a session is initialized, you can access it through the following link: https://verify.synaps.io?session_id=$SESSION_ID. Here, $SESSION_ID is the session_id field in the response of this request.

The initialized session will use the verification flow associated with the App linked to the API key you are using. If sandbox credentials are used, the session will be initialized as a sandbox session.

Request

Body

required

    alias string

    metadata

    object

    property name* string

Responses

200 response

Schema

    sandbox boolean
    session_id string
Loading...